func github.com/jackc/pgx/v5.fieldPosByName

2 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L815: 			fpos := fieldPosByName(fldDescs, colName, !dbTagPresent)
		rows.go#L834: func fieldPosByName(fldDescs []pgconn.FieldDescription, field string, normalize bool) (i int) {